projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
894ab63
)
(direct_output_for_insert): Set last_overlay_modified field in window.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 15 Sep 1996 01:58:26 +0000
(
01:58
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 15 Sep 1996 01:58:26 +0000
(
01:58
+0000)
src/dispnew.c
patch
|
blob
|
history
diff --git
a/src/dispnew.c
b/src/dispnew.c
index e996c78ffd007d10ea03cd53ec5d02e7763fcf6e..6edbf4460361baf2e8d33c3e1dadcbd32832023f 100644
(file)
--- a/
src/dispnew.c
+++ b/
src/dispnew.c
@@
-1092,6
+1092,7
@@
direct_output_for_insert (g)
XSETFASTINT (w->last_point, PT);
XSETFASTINT (w->last_point_x, hpos);
XSETFASTINT (w->last_modified, MODIFF);
+ XSETFASTINT (w->last_overlay_modified, OVERLAY_MODIFF);
reassert_line_highlight (0, vpos);
write_glyphs (¤t_frame->glyphs[vpos][hpos], 1);